home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / P / PrFlds1.9.cpt / PrFlds XCMD 1.9 / background_2578.txt < prev    next >
Text File  |  1989-04-27  |  5KB  |  228 lines

  1. -- background: 2578 from stack: in.9
  2. -- bmap block id: 3122
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Insurance/Income
  6. ----- HyperTalk script -----
  7.  
  8.  
  9.  
  10.  
  11. -- part 17 (field)
  12. -- low flags: 00
  13. -- high flags: 0004
  14. -- rect: left=14 top=45 right=65 bottom=294
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 0 / 0
  17. -- text alignment: 0
  18. -- font id: 2
  19. -- text size: 12
  20. -- style flags: 0
  21. -- line height: 16
  22. -- part name: name
  23.  
  24.  
  25. -- part 18 (field)
  26. -- low flags: 00
  27. -- high flags: 0000
  28. -- rect: left=316 top=136 right=153 bottom=342
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 0
  32. -- font id: 3
  33. -- text size: 12
  34. -- style flags: 1024
  35. -- line height: 16
  36. -- part name: Bday
  37. ----- HyperTalk script -----
  38.  
  39.  
  40.  
  41.  
  42. -- part 19 (field)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=350 top=136 right=153 bottom=376
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 3
  50. -- text size: 12
  51. -- style flags: 1024
  52. -- line height: 16
  53. -- part name: Bmonth
  54.  
  55.  
  56. -- part 20 (field)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=384 top=136 right=153 bottom=410
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 3
  64. -- text size: 12
  65. -- style flags: 1024
  66. -- line height: 16
  67. -- part name: Byear
  68. ----- HyperTalk script -----
  69. on closeField
  70.   put "19" & field "Byear" & "," & field "BMonth" & "," & field "BDay" & ",,,," into dd
  71.   put the long date into thingg
  72.   convert thingg to dateitems
  73.   put item 1 of thingg - item 1 of dd into years
  74.   if item 2 of dd>item 2 of thingg then subtract 1 from years
  75.   if item 2 of dd=item 2 of thingg then
  76.     if item 3 of dd>item 3 of thingg then subtract 1 from years
  77.   end if
  78.   put years into field "age"
  79. end closeField
  80.  
  81.  
  82. -- part 21 (field)
  83. -- low flags: 01
  84. -- high flags: 0002
  85. -- rect: left=446 top=136 right=153 bottom=472
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 0
  89. -- font id: 2
  90. -- text size: 12
  91. -- style flags: 2048
  92. -- line height: 16
  93. -- part name: age
  94.  
  95.  
  96. -- part 22 (field)
  97. -- low flags: 01
  98. -- high flags: 0000
  99. -- rect: left=377 top=24 right=39 bottom=468
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 65535
  103. -- font id: 3
  104. -- text size: 9
  105. -- style flags: 16640
  106. -- line height: 12
  107. -- part name: Client ID
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   ask "Chart ID number? (8 digits)" with 00000000
  111.   if it is empty then exit mouseUp
  112.   put numRange(it,1,99999999,-999) into valu
  113.   if valu=-999 then exit mouseUp
  114.   put leadZero(valu,8) into field "Client ID"
  115. end mouseUp
  116.  
  117.  
  118. -- part 23 (field)
  119. -- low flags: 01
  120. -- high flags: 0000
  121. -- rect: left=467 top=24 right=39 bottom=503
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 0
  125. -- font id: 3
  126. -- text size: 9
  127. -- style flags: 16640
  128. -- line height: 12
  129. -- part name: suffix
  130.  
  131.  
  132. -- part 24 (field)
  133. -- low flags: 00
  134. -- high flags: 0002
  135. -- rect: left=341 top=47 right=64 bottom=503
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 0
  139. -- font id: 3
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: Social Security #
  144.  
  145.  
  146. -- part 25 (field)
  147. -- low flags: 00
  148. -- high flags: 4002
  149. -- rect: left=15 top=68 right=118 bottom=221
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 0
  153. -- font id: 3
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: Address
  158.  
  159.  
  160. -- part 26 (field)
  161. -- low flags: 00
  162. -- high flags: 0002
  163. -- rect: left=15 top=121 right=138 bottom=163
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 0
  167. -- font id: 4
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: Home Phone
  172.  
  173.  
  174. -- part 27 (field)
  175. -- low flags: 00
  176. -- high flags: 0002
  177. -- rect: left=214 top=172 right=189 bottom=362
  178. -- title width / last selected line: 0
  179. -- icon id / first selected line: 0 / 0
  180. -- text alignment: 0
  181. -- font id: 3
  182. -- text size: 12
  183. -- style flags: 512
  184. -- line height: 16
  185. -- part name: Work Phone
  186.  
  187.  
  188. -- part 29 (field)
  189. -- low flags: 00
  190. -- high flags: 0002
  191. -- rect: left=15 top=149 right=166 bottom=189
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 0 / 0
  194. -- text alignment: 0
  195. -- font id: 3
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: Insurance
  200.  
  201.  
  202. -- part 41 (field)
  203. -- low flags: 00
  204. -- high flags: 0002
  205. -- rect: left=39 top=172 right=189 bottom=211
  206. -- title width / last selected line: 0
  207. -- icon id / first selected line: 0 / 0
  208. -- text alignment: 0
  209. -- font id: 3
  210. -- text size: 12
  211. -- style flags: 512
  212. -- line height: 16
  213. -- part name: Employer
  214.  
  215.  
  216. -- part 43 (field)
  217. -- low flags: 00
  218. -- high flags: 0002
  219. -- rect: left=364 top=172 right=189 bottom=461
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 0 / 0
  222. -- text alignment: 0
  223. -- font id: 3
  224. -- text size: 12
  225. -- style flags: 768
  226. -- line height: 16
  227. -- part name: Income
  228.